Auto merge of #4705 - Metaswitch:fix-yank-help, r=matklad
authorbors <bors@rust-lang.org>
Thu, 9 Nov 2017 07:39:03 +0000 (07:39 +0000)
committerbors <bors@rust-lang.org>
Thu, 9 Nov 2017 07:39:03 +0000 (07:39 +0000)
commit618f55a9fa8e3ced64f88634337ad373c212f30d
tree80ff419fa95733723bf4aca9bc447ea4621c32db
parentce72eb6d1a47ec03f01af029cb310ad19c7ac6c3
parent5b1c6999c3ce2af41906440775d15b8db23d1a73
Auto merge of #4705 - Metaswitch:fix-yank-help, r=matklad

Stop yank -h from panicking on nightly

Increase the gap between the registry option and the description so that the help is parsed correctly. I have also checked the code for the other binaries to ensure that they don't suffer from the same issue.

This fixes #4703.